home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / SPAWN._B_ < prev    next >
Text File  |  1996-10-20  |  187b  |  11 lines

  1. #
  2. # Borland C makefile for SPAWN.C ( small model )
  3. #
  4. .c.obj:
  5.      bcc -ms -P -c $<
  6.  
  7. spawn.exe: spawn.obj pcl4c_s.lib
  8.      bcc -ms -M spawn.obj pcl4c_s.lib
  9.  
  10. spawn.obj: spawn.c
  11.